60. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:08:40 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

60.1 Files compared

#LocationFileLast Modified
1/Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/code/Smartwave/Dailydeals/view/frontend/web/cssstyle.css2019-10-28 04:45:34 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/code/Smartwave/Dailydeals/view/frontend/web/cssstyle.css2021-05-13 08:27:43 +0000

60.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged6194
Changed415
Inserted00
Removed11

60.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

60.4 Active regular expressions

No regular expressions were active.

60.5 Comparison detail

1 /* Contdonwn */ 1 /* Contdonwn */
2  2 
3 .sw-dailydeal-wrapper { 3 .sw-dailydeal-wrapper {
4     padding: 13px; 4     padding: 13px;
5     position: absolute; 5     position: absolute;
6     width: 100%; 6     width: 100%;
7     left: 0; 7     left: 0;
8     bottom: 0; 8     bottom: 0;
9     z-index: 4; 9     z-index: 4;
10 } 10 }
11  11 
12 .sw-dailydeal { 12 .sw-dailydeal {
13     font-size: 13px; 13     font-size: 13px;
14     font-weight: bold; 14     font-weight: 500;
15     color: #fff; 15     color: #fff;
16     background-color: rgba(0,136,204,0.7); 16     background-color: rgba(0,136,204,0.7);
17     width: 100%; 17     width: 100%;
18     z-index: 5; 18     z-index: 5;
19     font-family: 'Oswald'; 19     font-family: 'Oswald';
20     text-transform: uppercase; 20     text-transform: uppercase;
21     line-height: 1; 21     line-height: 1;
22     padding: 9px 9px 11px; 22     padding: 5px 9px 5px;
23     text-align: center; 23     text-align: center;
24 } 24 }
25  25 
26 .sw-dailydeal .number { 26 .sw-dailydeal .number {
27     display: inline-block; 27     display: inline-block;
28     vertical-align: middle; 28     vertical-align: middle;
29 } 29 }
30  30 
31 .sw-dailydeal p { 31 .sw-dailydeal p {
32     margin: 0; 32     margin: 0;
33 } 33 }
34  34 
35 .sw-dailydeal .line { 35 .sw-dailydeal .line {
36     display: none; 36     display: none;
37 } 37 }
38  38 
39 .sw-dailydeal .caption { 39 .sw-dailydeal .caption {
40     display: inline-block; 40     display: inline-block;
41     vertical-align: middle; 41     vertical-align: middle;
42     margin: 0 -3px; 42     margin: 0 0;
    43 }
    44 .sw-dailydeal .number-wrapper {
    45     display: inline-block;
    46     vertical-align: middle;
    47 }
    48 .sw-dailydeal .number-wrapper > * {
    49     line-height: 25px;
43 } 50 }
44     
45 .sw-dailydeal .dailydeal-label { 51 .sw-dailydeal .dailydeal-label {
46     display: inline-block; 52     display: inline-block;
47     vertical-align: bottom; 53     vertical-align: middle;
48     font-size: 11px; 54     font-size: 11px;
49     font-weight: 400; 55     font-weight: 400;
50 } 56 }
51  57 
52 .catalog-product-view .sw-dailydeal-wrapper { 58 .catalog-product-view .sw-dailydeal-wrapper {
53     position: static; 59     position: static;
54     padding: 0; 60     padding: 0;
55     margin-bottom: 30px; 61     margin-bottom: 30px;
56     margin-top: -10px; 62     margin-top: -10px;
57 } 63 }
58  64 
59 .catalog-product-view .sw-dailydeal { 65 .catalog-product-view .sw-dailydeal {
60     display: block; 66     display: block;
61     background-color: transparent; 67     background-color: transparent;
62     padding: 0; 68     padding: 0;
63     text-align: left; 69     text-align: left;
64 } 70 }
65  71 
66 .catalog-product-view .sw-dailydeal .dailydeal-label { 72 .catalog-product-view .sw-dailydeal .dailydeal-label {
67     display: block; 73     display: block;
68     color: #21293c; 74     color: #21293c;
69     font-family: 'Open Sans'; 75     font-family: 'Open Sans';
70     font-size: 15px; 76     font-size: 15px;
71     font-weight: 600; 77     font-weight: 600;
72     margin-bottom: 8px; 78     margin-bottom: 8px;
73 } 79 }
74  80 
75 .catalog-product-view .sw-dailydeal .number-wrapper { 81 .catalog-product-view .sw-dailydeal .number-wrapper {
76     background-color: #08c; 82     background-color: #08c;
77     display: inline-block; 83     display: inline-block;
78     width: 66px; 84     width: 66px;
79     text-align: center; 85     text-align: center;
80     float: left; 86     float: left;
81     margin-right: 2px; 87     margin-right: 2px;
82 } 88 }
83  89 
84 .catalog-product-view .sw-dailydeal .caption { 90 .catalog-product-view .sw-dailydeal .caption {
85     display: block; 91     display: block;
86     font-size: 10px; 92     font-size: 10px;
87     font-weight: 400; 93     font-weight: 400;
88     margin: 0; 94     margin: 0;
89     margin-bottom: 11px; 95     margin-bottom: 11px;
90 } 96 }
91  97 
92 .catalog-product-view .sw-dailydeal .number { 98 .catalog-product-view .sw-dailydeal .number {
93     font-size: 18px; 99     font-size: 18px;
94     line-height: 1.7; 100     line-height: 1.7;
95     margin-top: 6px; 101     margin-top: 6px;
96 } 102 }
97  103 
98 .catalog-product-view .sw-dailydeal-wrapper:after { 104 .catalog-product-view .sw-dailydeal-wrapper:after {
99     content: ''; 105     content: '';
100     display: table; 106     display: table;
101     clear: both; 107     clear: both;
102 } 108 }